Code Translator Feature - traduction vers espagnol
DICLIB.COM
Outils linguistiques IA
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:     

Traduction et analyse des mots par intelligence artificielle

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Code Translator Feature - traduction vers espagnol

IN SOFTWARE ENGINEERING, DEVELOPMENT PHASE DURING WHICH POLICY RESTRICTS MAKING CHANGES TO THE SYSTEM
Feature freeze; Code freeze; Codeslush

Code Translator Feature      
Dispositivo de conversión de códigos
Calling Feature         
SPECIAL TELEPHONE NUMBER THAT USUALLY BEGINS WITH THE * (STAR) KEY
Custom local area signaling service; Calling feature; Telephone feature code; *67; Vertical Service Code; Vertical service codes; Vertical Service Codes; Custom Local Area Signaling Services; Service feature; *71; Star code; Local Area Signaling Services; CLASS-based calling; Feature access code; Asterisk code; 11 code; * code; *62; *30; *31; *32; *51; *52; *53; *54; *68; Cancel forwarding; Automatic Forwarding; Notify; Intercom Ring; Extension Hold; Customer Originated Trace; Selective Call Rejection; Selective Distinct Alert; Selective Call Acceptance; Selective Call Forwarding; ICLID Activation; Number Display Blocking; Computer Access Restriction; No Answer Call Transfer; Usage Sensitive 3 way call; Call Screen; Selective Distinct; Number Display Unblocking; Select. Forwarding; Star codes
Dispositivo de llamada
notify         
SPECIAL TELEPHONE NUMBER THAT USUALLY BEGINS WITH THE * (STAR) KEY
Custom local area signaling service; Calling feature; Telephone feature code; *67; Vertical Service Code; Vertical service codes; Vertical Service Codes; Custom Local Area Signaling Services; Service feature; *71; Star code; Local Area Signaling Services; CLASS-based calling; Feature access code; Asterisk code; 11 code; * code; *62; *30; *31; *32; *51; *52; *53; *54; *68; Cancel forwarding; Automatic Forwarding; Notify; Intercom Ring; Extension Hold; Customer Originated Trace; Selective Call Rejection; Selective Distinct Alert; Selective Call Acceptance; Selective Call Forwarding; ICLID Activation; Number Display Blocking; Computer Access Restriction; No Answer Call Transfer; Usage Sensitive 3 way call; Call Screen; Selective Distinct; Number Display Unblocking; Select. Forwarding; Star codes
notificar

Définition

notify
v.
1) (BE) (B) to notify a crime to the police
2) (D; tr.) to notify about, of (we notified the police of the incident)
3) (BE) (H) we'll notify her to draw up a contract
4) (L; must have an object) she notified us that she would accept the position
5) (formal) (Q) he will notify us where we are to meet

Wikipédia

Freeze (software engineering)

In software engineering, a freeze is a point in time in the development process after which the rules for making changes to the source code or related resources become more strict, or the period during which those rules are applied. A freeze helps move the project forward towards a release or the end of an iteration by reducing the scale or frequency of changes, and may be used to help meet a roadmap.

The exact rules depend on the type of freeze and the particular development process in use; for example, they may include only allowing changes which fix bugs, or allowing changes only after thorough review by other members of the development team. They may also specify what happens if a change contrary to the rules is required, such as restarting the freeze period. Common types of freezes are:

  • A (complete) specification freeze, in which the parties involved decide not to add any new requirement, specification, or feature to the feature list of a software project, so as to begin coding work.
  • A (complete) feature freeze, in which all work on adding new features is suspended, shifting the effort towards fixing bugs and improving the user experience. The addition of new features may have a disruptive effect on other parts of the program, due both to the introduction of new, untested source code or resources and to interactions with other features; thus, a feature freeze helps improve the program's stability. For example: "user interface feature freeze" means no more features will be permitted to the user interface portion of the code; bugs can still be fixed.
  • A (complete) code freeze, in which no changes whatsoever are permitted to a portion or the entirety of the program's source code. Particularly in large software systems, any change to the source code may have unintended consequences, potentially introducing new bugs; thus, a code freeze helps ensure that a portion of the program that is known to work correctly will continue to do so. Code freezes are often employed in the final stages of development, when a particular release or iteration is being tested, but may also be used to prevent changes to one portion of a program while another is undergoing development. For example: "physics freeze" means no changes whatsoever will be permitted to the physics portion of the code.